home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / anacroz.swf / scripts / frame_28 / PlaceObject2_1923_44 / CLIPACTIONRECORD on(press).as
Text File  |  2010-11-09  |  534b  |  20 lines

  1. on(press){
  2.    _root.fx.attachSound("accept");
  3.    if(ok._visible)
  4.    {
  5.       _root.cena1.gotoAndStop(1);
  6.       _root.cena2.gotoAndStop(1);
  7.       _root.cena3.gotoAndStop(1);
  8.       _root.cena4.gotoAndStop(1);
  9.       if(_currentframe == 1)
  10.       {
  11.          gotoAndStop(2);
  12.       }
  13.       _root.fx.start();
  14.       _root.ex_cenario.descricao = _root.cenarios[4][3];
  15.       _root.ex_cenario.gotoAndStop(5);
  16.       _root.ex_cenario.titulo = _root.cenarios[4][2];
  17.       _root.ex_cenario.edEspolios = _root.cenarios[4][4];
  18.    }
  19. }
  20.